From: Boyuan Yang Date: Tue, 2 Feb 2021 16:51:32 +0000 (-0500) Subject: debian/rules: Fix bug X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~87 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ad49b90290ade8f268d1fe90212e8d4774c2494a;p=opencc.git debian/rules: Fix bug --- diff --git a/debian/changelog b/debian/changelog index 9332a24..eee8331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium + * Team upload. * debian/rules: Rewrite to support build profile. * debian/rules: Enable dh_doxygen when building docs. * Drop unnecessary build dependencies. (Closes: #981606) @@ -11,7 +12,7 @@ opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium * debian/control: Drop build-dependency on dartz. Currently opencc uses its vendored copy. - -- Boyuan Yang Tue, 02 Feb 2021 11:22:28 -0500 + -- Boyuan Yang Tue, 02 Feb 2021 11:58:39 -0500 opencc (1.1.1+git20200624+ds2-4) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 9542519..9bfc988 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ execute_after_dh_auto_clean: find . -name *.pyc -delete execute_after_dh_installdocs-indep: -ifeq (,$(findstring nodoc,$(DEB_BUILD_PROFILES))) +ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS))) dh_doxygen --indep endif